| Fully Qualified Name: | Laminas\Mvc\Service\ApplicationFactory |
| Implements: | FactoryInterface |
| Name | Description | Defined By |
|---|---|---|
| __invoke() | Create the Application service | ApplicationFactory |
Create the Application service
Creates a Laminas\Mvc\Application service, passing it the configuration service and the service manager instance.
| Parameter Name | Type | Description |
|---|---|---|
| $container | \ContainerInterface | |
| $name | string | |
| $options | null|array |
Returns: \Application